/** * This file was auto-generated by Fern from our API Definition. */ import * as Skyflow from "../../../../index"; /** * @example * { * vault_id: "vault_id" * } * * @example * { * vault_id: "vault_id" * } * * @example * { * vault_id: "vault_id" * } */ export interface GetRunRequest { /** * ID of the vault. */ vault_id: Skyflow.ResourceId; }